home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d15 / hex.arc / HEX.MAK < prev    next >
Text File  |  1991-02-26  |  337b  |  14 lines

  1. #--------------------------------------------
  2. #    HEX.MAK File Hex Dump make file
  3. #--------------------------------------------
  4.  
  5. hex.exe : hex.obj hex.def hex.res
  6.     link hex, /align:16, NUL, /NOD slibcew libw, hex
  7.     rc hex.res
  8.  
  9. hex.obj : hex.c hex.h
  10.     cl -c -Zpe -Oas -Gsw hex.c
  11.  
  12. hex.res : hex.rc hex.ico mouse.cur
  13.     rc -r hex.rc
  14.